a:hover{
    color:inherit;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    background-color: black;
    background-image: url(../img/area.png), url(../img/bg.jpeg);
    background-position: bottom center, top center;
    background-repeat: no-repeat, repeat;
    color: white;
    font-size: 18px;
    min-height: 1500px;
}

img {
    max-width: 95%;
}

a {
    color: white;
    text-decoration: none;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

input, select, button, textarea {
    font-family: 'Exo 2', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.paymentMethod > div.item span.caption {
    color: white !important;
}

div.mobile-btn,
div.mobile-menu,
.tinynav {
    display: none;
}

div#container {
    display: block;
    max-width: 1100px;
    width: 98%;
    margin: 20px auto;
}

div#userpanel div.inner {
    max-width: 1100px;
    margin: 0 auto;
}

div#alert {
    padding: 10px 0;
    background-color: #f00000;
    border-bottom: 3px solid #ff0000;
}

div#alert > div#inner {
    max-width: 95%;
    margin: 0 auto;
}

div#logo {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 50px 0 0;
    font-size: 40px;
}

nav {
    margin: 30px 0;
    display: inline-block;
}

nav > ul {
    display: table;
}

nav > ul > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

nav > ul > li a {
    font-size: 22px;
    padding: 5px 10px;
    margin: 0 3px;
    white-space: nowrap;
}

nav > ul > li:not(.more) > a:hover,
nav > ul > li.selected a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(235, 0, 0, .6);
}

div.more_nav {
    display: none;
}

a.more_btn:after {
    content: "\2193";
    margin: 0 10px 0;
}

div.more_nav {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    right: 0px;
    padding: 10px;
    z-index: 999999;
    display: none;
}

div.more_nav li {
    display: block !important;
    padding: 0 0 5px;
    margin: 0 0 5px;
    text-align: right;
    white-space: nowrap;
    border-bottom: 1px dashed white;
}

div.more_nav li:hover {
    border-bottom: 1px dashed red;
}

div.more_nav li:hover a {
    color: red;
}

div.more_nav li a {
    font-size: 20px;
    text-transform: uppercase;
}

div.more_nav li:last-of-type {
    border: 0;
    margin: 0;
    padding: 0;
}

.table {
    display: table;
    width: 100%;
}

.table > li {
    display: table-cell;
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

ul#cities, ul#districts {
    margin: 0 0 30px;
}

ul#cities li.selected a,
ul#districts li.selected a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(235, 0, 0, .6);
    padding: 5px 10px;
}

.title {
    position: relative;
    display: inline-block;
    height: 112px;
    line-height: 112px;
    background-image: url(../img/crown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    font-size: 16px;
    color: black;
    background-color: transparent;
    border: 0;
    padding: 0 20px;
    outline: none;
    margin: 0 19px 40px;
    min-width: 218px;
    max-width: 218px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title2 {
    border-style: solid;
    border-width: 34px 41px 34px 35px;
    -moz-border-image: url(../img/crown_new.png) 34 41 34 35 repeat;
    -webkit-border-image: url(../img/crown_new.png) 34 41 34 35 repeat;
    -o-border-image: url(../img/crown_new.png) 34 41 34 35 repeat;
    border-image: url(../img/crown_new.png) 34 41 34 35 fill repeat;
    margin-bottom: 30px;
    display: inline-block;
    color: black;
    padding: 10px 0;
}

.title > .inner {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
    line-height: 1.2;
    vertical-align: middle;
    /*margin-top: -10px;*/
    max-height: 35%;
    overflow: hidden;
}

.title input, .title button {
    background-color: transparent;
    border: 0;
    line-height: 60px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

a.title, button.title, input.title {
    cursor: pointer;
    margin: 0;
}

a.title:hover, button.title:hover, input.title:hover {
    background-image: url(../img/crown-hover.png);
    color: white;
}

ul#cities, ul#districts {
    font-size: 0;
}

ul#cities li, ul#districts li {
    display: inline-block;
    margin: 0 5px 10px 0;
}

ul#cities li:last-of-type, ul#districts li:last-of-type {
    margin: 0;
}

ul#cities li a, ul#districts li a {
    margin: 5px;
    font-size: 24px;
    text-transform: uppercase;
}

ul#cities li.selected a,
ul#districts li.selected a {
    font-size: 26px;
}

div#products {
    position: relative;
    padding: 0 0 40px;
    font-size: 0;
    text-align: left;
}

div#products li {
    background-image: url(../img/productbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    vertical-align: top;
    width: 349px;
    height: 354px;
    margin: 50px 8px 0;
    font-size: 20px;
    display: inline-block;
    overflow: hidden;

}

div#products li div.wraper {
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
}

div#products li div.wraper div.inner {
    width: 85%;
    margin: 0 auto;
    padding: 27px 0;
}

div#products li div.wraper div.inner img {
    max-width: 70%;
    width: 90px;
}

div#products div.name {
    font-size: 24px;
    line-height: 24px;
    max-height: 72px;
    min-height: 72px;
    overflow: hidden;
}

div#products div.price {
    color: #ffba00;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

div#products div.size {
    font-size: 18px;
}

div#products div.buy a {
    margin: 0;
    display: block;
    background-image: url(../img/buy.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 66px;
    line-height: 58px;
    color: black;
    font-size: 30px;
}

section:not(.index), div.mobile-menu {
    margin: 0 auto 30px;
    width: 95%;
    background: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
}

section:not(.index) > div.wraper, div.mobile-menu ul {
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
}

section.reviews > div.wraper > ul > li.review {
    width: 100%;
    margin: 10px 0;
}

section.reviews > div.wraper > ul > li.review > div.review-header > div.left {
    text-align: left;
}

section.reviews > div.wraper > ul > li.review > div.review-header > div.right {
    text-align: right;
}

section.reviews > div.wraper > ul > li.review > div.review-header > div.left,
section.reviews > div.wraper > ul > li.review > div.review-header > div.right {
    width: 49%;
    display: inline-block;
}

section.reviews > div.wraper > ul > li.review > div.review-header > div.left > div.review-name {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    margin-right: 10px;
}

section.reviews > div.wraper > ul > li.review > div.review-header > div.left > div.review-date {
    display: inline-block;
    font-size: 16px;
}

section.reviews > div.wraper > ul > li.review > div.review-main {
    position: relative;
    margin: 15px 0 30px;
    padding: 20px 0;
    text-align: center;
}

section.reviews > div.wraper > ul > li.review > div.review-main:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 26px;
    background-image: url('../img/hr.png');
    background-position: center center;
    background-repeat: no-repeat;
    top: -10px;
}

section.reviews > div.wraper > div.paginator > ul.yiiPager a {
    border: 0 !important;
    font-size: 22px !important;
    padding: 0 !important;
    color: black;
}

section.reviews > div.wraper > div.paginator > ul.yiiPager li {
    position: relative;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    display: inline-block !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.reviews > div.wraper > div.paginator > ul.yiiPager > li.selected,
section.reviews > div.wraper > div.paginator > ul.yiiPager > li.page:hover {
    background-image: url('../img/paginator_page_selected.png') !important;
}

section.reviews > div.wraper > div.paginator > ul.yiiPager > li.selected > a {
    background: transparent;
}

section.reviews > div.wraper > div.paginator > ul.yiiPager li.page {
    background-image: url('../img/paginator_page.png');
}

section.reviews > div.wraper > div.paginator > ul.yiiPager li.previous {
    position: relative;
    background-image: url('../img/paginator_left.png');
    vertical-align: bottom;
}

section.reviews > div.wraper > div.paginator > ul.yiiPager li.previous a,
section.reviews > div.wraper > div.paginator > ul.yiiPager li.next a,
section.reviews > div.wraper > div.paginator > ul.yiiPager a {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}

section.reviews > div.wraper > div.paginator > ul.yiiPager li.first,
section.reviews > div.wraper > div.paginator > ul.yiiPager li.last {
    display: none !important;
}

section.reviews > div.wraper > div.paginator > ul.yiiPager li.next {
    position: relative;
    background-image: url('../img/paginator_right.png');
    vertical-align: bottom;
}

section.addreview > div.wraper > form ul {
    text-transform: uppercase;
    display: table;
    width: 100%;
    font-size: 25px;
    margin-bottom: 20px;
}

section.addreview > div.wraper > form > ul li {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

section.addreview > div.wraper > form > ul li:first-of-type {
    width: 30%;
}

section.addreview > div.wraper > form > ul li:last-of-type {
    padding-left: 10px;
}

section.addreview > div.wraper > form > ul li textarea {
    height: 200px !important;
    padding-top: 15px;
}

section.addreview > div.wraper > form > ul li input,
section.addreview > div.wraper > form > ul li textarea,
.input {
    width: 100%;
    border: 0;
    outline: none;
    color: black;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 30px;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.36);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.36);
}

section.addreview > div.wraper > form > ul li.captcha,
section.login ul li.captcha,
section.registration ul li.captcha {
    position: relative;
}

section.addreview > div.wraper > form > ul li.rating {
    padding: 0 12px 0;
}

section.addreview > div.wraper > form > ul li.rating > div.review-form-rating {
    text-align: left;
    margin: 0 20px 0;
}

section.addreview > div.wraper > form > ul li.captcha img,
section.login ul li.captcha img,
section.registration ul li.captcha img {
    position: absolute;
    right: 2px;
    top: 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white;
    height: 97%;
}

section.login ul li.captcha img,
section.registration ul li.captcha img {
    right: 10px;
}

section.addreview > div.wraper div.errorSummary {
    border-bottom: 5px dashed white;
    margin-bottom: 50px;
}

section.addreview > div.wraper div.errorSummary p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 25px;
}

section.addreview > div.wraper div.errorSummary li {
    width: 100% !important;
    display: list-item !important;
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

/*section.addreview > div.wraper div.errorSummary li:last-of-type {
    margin-bottom: 0;
}*/

section.addreview > div.wraper div.errorSummary li:before {
    content: "! ";
    color: yellow;
    font-weight: bold;
}

section.addreview .bg,
section.buy .bg,
section.check .bg {
    margin: 30px 0 0;
}

section.check input.title,
section.buy input.title {
    margin: 20px 0 0;
}

section.universal {
    text-align: left;
    line-height: 110%;
}

section.universal > div.wraper ul {
    padding: 0 20px 0;
}

section.universal > div.wraper ul li {
    list-style-type: disc outside !important;
}

section.universal hr {
    margin: 20px 0;
}

img[id^="SITEHELP_STATUS_IMG_"] {
    vertical-align: bottom;
}

section.buy {
    font-size: 22px;
}

span.light {
    display: block;
    font-size: 30px;
    margin: 10px 0;
    color: #ff9600;
    font-weight: bold;
}

section.check {
    width: 60%;
}

section.check > div.wraper > form > ul li:first-of-type,
section.login ul li:first-of-type,
section.registration ul li:first-of-type {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 20px;
}

section.check > div.wraper > form > ul,
section.login ul,
section.registration ul {
    margin: 0 0 20px;
}

section.check p, section.buy p {
    font-size: 20px;
    margin: 10px 0 0;
}

section.check p a, section.buy p a {
    color: red;
    text-decoration: underline;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 15px;
}

.mr10 {
    margin: 0 10px 0 0;
}

.ml10 {
    margin: 0 10px 0;
}

.mr5 {
    margin: 0 5px 0 0;
}

.ml5 {
    margin: 0 5px 0;
}

div#userpanel {
    background-color: rgba(255, 0, 0, .5);
    font-size: 14px;
    padding: 3px;
    text-align: right;
    color: white;
}

div#userpanel a {
    color: white;
}

section.cap a {
    display: block;
    text-transform: uppercase;
    font-size: 25px;
}

section.cap h1 {
    border-bottom: 1px dashed black;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

section.cap span.or {
    margin: 20px 0;
    display: block;
}

section.cabinet {
    text-align: left;
}

section.cabinet .pager {
    margin: 20px 0 0;
}

section.cabinet .pager a {
    color: white;
    border: 0;
    font-size: 18px;
}

section.cabinet ul.yiiPager .selected a {
    background: red;
}

section.cabinet table.orders {
    margin: 20px 0 0;
    text-align: left;
    width: 100%;
}

section.cabinet table.orders > thead {
    background: rgba(255, 0, 0, .5);
}

section.cabinet table.orders {
    border-collapse: collapse;
    border: 1px solid #949494;
}

section.cabinet table.orders tr.type1 > td:nth-child(5) {
    background: rgba(255, 0, 0, .5);
}

section.cabinet table.orders td,
section.cabinet table.orders > thead th {
    border: 1px solid #949494;
    padding: 5px;
}

section.cabinet table.orders td a {
    color: red;
}

section.cap,
section.login,
section.registration {
    width: 400px !important;
}

section.login .errorSummary,
section.registration .errorSummary {
    text-align: left;
    margin: 0 0 20px;
    border-radius: 10px;
    background: rgba(255, 0, 0, .5);
    padding: 10px;
    color: white;
}

section.login .errorSummary li,
section.registration .errorSummary li {
    display: block;
    font-size: 16px !important;
    font-weight: normal !important;
    margin: 0 !important;
    text-transform: none !important;
}

section.login .errorSummary p,
section.registration .errorSummary p {
    font-size: 18px !important;
    font-weight: bold;
}

section.login .errorSummary ul,
section.registration .errorSummary ul {
    margin: 0 !important;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

div.flash {
    background-color: #a2af05;
    color: black;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 20px;
    text-align: left;
}

div.flash.flash-error {
    background: rgba(255, 0, 0, .5);
    color: white;
}

@media (max-width: 1024px) {
    div#products li {
        width: 312px;
    }
}

@media (max-width: 768px) {
    div#products li {
        margin: 50px 27px 0;
    }

    section.cap,
    section.login,
    section.registration {
        width: 95% !important;
    }
}

@media (max-width: 640px) {
    section.cabinet ul.yiiPager li {
        font-size: 14px;
        line-height: normal;
    }

    ul.navtable > li {
        display: table-row;
        text-align: center;
    }

    a.more_btn:after {
        margin: 0 5px 0;
    }

    div#products li {
        width: 285px;
        margin: 50px 10px 0;
    }

    section.check {
        width: 95%;
    }

    section.addreview > div.wraper > form > ul li,
    section.login ul li,
    section.registration ul li,
    section.reviews > div.wraper > ul > li.review > div.review-header > div.left,
    section.reviews > div.wraper > ul > li.review > div.review-header > div.right {
        width: 100% !important;
        text-align: center;
        display: block;
    }

    section.login .errorSummary li,
    section.registration .errorSummary li {
        text-align: left;
    }

    section.addreview > div.wraper > form > ul li.rating > div.review-form-rating {
        text-align: center;
    }

    ul.review-rating {
        margin: 20px 0;
    }

    section.addreview > div.wraper > form > ul li.captcha img,
    section.login ul li.captcha img,
    section.registration ul li.captcha img {
        display: inline-block;
        position: relative;
        border-radius: 0;
        margin: 10px 0;
        right: auto;
    }

    section.addreview > div.wraper > form > ul li.captcha img,
    section.login ul li.captcha img,
    section.registration ul li.captcha img {
        margin: 20px 0;
    }

    section.addreview > div.wraper > form > ul li.rating {
        padding: 0;
        margin: 20px 0 0;
    }

    div#logo {
        padding: 0;
    }

    section.addreview > div.wraper > form > ul li:first-of-type,
    section.login ul li:first-of-type,
    section.registration ul li:first-of-type {
        margin: 0 0 10px;
        font-size: 20px;
    }

}

@media (max-width: 480px) {
    ul#cities, ul#districts,
    section.index div.title,
    nav {
        display: none;
    }

    div#products {
        text-align: center;
    }

    div#products li {
        margin: 15px 0;
    }

    div.mobile-btn,
    .tinynav {
        display: block;
    }

    div.mobile-btn {
        margin: 0 0 20px;
    }

    select.tinynav {
        display: block;
        width: 98%;
        font-size: 20px;
        padding: 10px 0;
        margin: 0 auto 10px;
    }

    div.mobile-menu ul {
        padding: 10px;
    }

    div.mobile-menu ul li {
        border-bottom: 1px dashed white;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

    div.mobile-menu ul li:last-of-type {
        border: 0;
        padding: 0;
        margin: 0;
    }

    div.mobile-menu ul a {
        display: block;
        text-transform: uppercase;
        font-size: 25px;
    }
}

@media (max-width: 400px) {
    body {
        min-height: 0;
    }

    body, section.check p, section.buy p {
        font-size: 14px;
    }

    section.check p, section.buy p {
        margin: 0 0 10px;
    }

    span.light, h1, section.check > div.wraper > form > ul li:first-of-type {
        font-size: 20px;
    }

    div.paginator, li.rating {
        zoom: .7;
    }

    div#products li {
        width: 90%;
    }

    section.addreview > div.wraper > form > ul li input, section.addreview > div.wraper > form > ul li textarea, .input {
        padding: 10px;
        font-size: 20px;
    }

    div.mobile-menu ul a {
        font-size: 20px;
    }
}

.review-rating li {
    display: inline-block;
}

.review-rating-item {
    width: 47px;
    height: 46px;
    background: url('../img/rating/rating.png') no-repeat top;
}

.item1 {
    background: url('../img/rating/rating1.png') no-repeat top;
}

.item2 {
    background: url('../img/rating/rating2.png') no-repeat top;
}

.item3 {
    background: url('../img/rating/rating3.png') no-repeat top;
}

.item4 {
    background: url('../img/rating/rating4.png') no-repeat top;
}

.item5 {
    background: url('../img/rating/rating5.png') no-repeat top;
}

.review-rating {
    font-size: 0;
}

.review-rating-1 .review-rating-item:nth-child(1) {
    background-position: bottom;
}

.review-rating-2 .review-rating-item:nth-child(n+1):nth-child(-n+2) {
    background-position: bottom;
}

.review-rating-3 .review-rating-item:nth-child(n+1):nth-child(-n+3) {
    background-position: bottom;
}

.review-rating-4 .review-rating-item:nth-child(n+1):nth-child(-n+4) {
    background-position: bottom;
}

.review-rating-5 .review-rating-item:nth-child(n+1):nth-child(-n+5) {
    background-position: bottom;
}

div.reviews-form {
    border: 1px solid #cacaca;
    background-color: #edeff2;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
}

.review-form-rating-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.review-form-label {
    font-size: 24px;
}

.review-form-rating-check:checked + .review-form-rating-label > .review-rating-item,
.review-form-rating-check:checked ~ .review-form-rating-label > .review-rating-item {
    background-position: bottom;
}

.review-form-rating-label > span.review-rating-item {
    display: block;
}

.review-form-rating {
    direction: rtl;
    text-align: right;
    margin-right: 20px;
}

input.review-form-rating-check {
    position: absolute;
    opacity: 0;
}

/* Tickets */
section.con {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #cacaca;
    background-color: #edeff2;
    padding: 20px;
}

section.ticket {
    font-size: 16px;
    text-align: left;
}

section.ticket a, section.ticket a:hover, section.ticket a:focus {
    text-decoration: none;
}

ul#replies {
    padding: 0;
    margin: 0;
}

ul#replies > li {
    display: block;
    margin-bottom: 30px;
}

ul#replies > li:last-of-type {
    margin: 0;
}

ul#replies div.name {
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    color: red;
}

ul#replies div.date {
    display: inline-block;
    color: #777777;
    font-size: 14px;
}

ul#replies div.ticket_head {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cacaca;
}

ul#replies div.body {
    padding: 10px;
    /*background: #e8e8e8;*/
}

/*ul#replies div.body.first {
    font-weight:bold;
}*/

ul#replies > li.admin div.body {
    background: red;
    color: white;
}

ul#replies div.ticketid {
    float: right;
    color: #777777;
    font-size: 12px;
}

ul#replies div.issues {
    margin-top: 10px;
}

ul#replies div.issues p.reason {
    margin: 0 0 15px;
    font-weight: bold;
}

ul#replies div.issues div.item {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px;
}

ul#replies div.issues div.item:after {
    width: 100%;
    height: 100%;
    background: black;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    transition: .3s;
}

ul#replies div.issues div.item:hover:after {
    opacity: 0;
}

ul#replies div.issues div.item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad,
ul#replies div.issueinfo {
    background: rgba(0, 0, 0, .5);
    margin: 0 0 20px;
    padding: 5px;
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad {
    margin: 20px 0 0;
    color: white;
}

ul#replies div.ticketSuccess {
    background: rgba(27, 191, 27, 0.59);
}

ul#replies div.ticketBad {
    background: rgba(191, 27, 27, 0.59);
}

div.replyarea textarea.reply {
    height: 200px;
    width: 100%;
    padding: 5px;
    color: black;
}

div.replyarea {
    background: #dedede;
    margin: 30px -20px -30px -20px;
    padding: 20px;
    color: black;
}

div.replyarea button {
    margin-top: 10px;
    background: #e15f5c;
    color: white;
    padding: 5px 10px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}

div.replyarea div.close {
    text-align: center;
    padding: 0 20px 20px 20px;
    color: black;
}

div.replyarea div.closed {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

div.replyarea input[type=submit] {
    color: #e15f5c;
    border: 0;
    border-bottom: 1px dashed #e15f5c;
    background-color: transparent;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*section.ticket div.ticketSuccess {
    padding: 10px;
    margin-top: 20px;
    background: #41e641;
    color: black;
}*/

.blinking {
    animation: blinker 1s linear infinite;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 5px;
    background: yellow;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.blinking.type2 {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    padding: 3px 6px;
}

a.title .blinking {
    background: red;
    color: white;
}

a.title:hover .blinking {
    background: yellow;
    color: black;
}

.blinking.black {
    color: black;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

input.image-upload {
    color: white !important;
}

div#placePhoto, div#checkPhoto {
    display: none;
    text-align: left;
}

div#placePhoto .bar, div#checkPhoto .bar {
    height: 20px;
    margin-top: 10px;
    display: none;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    float: left;
    width: 0%;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #e15f5c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

div#placePhoto img.loadedImg, div#checkPhoto img.loadedImg {
    max-width: 100px;
    max-height: 100px;
    padding: 5px;
    background: white;
}

div#placePhoto .result, div#checkPhoto .result {
    display: none;
    margin-top: 10px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.ticketInfo {
    border: 1px dashed white;
    padding: 10px !important;
    text-align: center !important;
}

div#ordercontent {
    text-align: left !important;
    padding: 10px;
    border: 1px dashed white;
    font-weight: bold;
}

div#ordercontent b,
div#ordercontent span {
    color: yellow;
    font-weight: normal;
}

section.cabinet td.address a.issueCircle > img {
    text-decoration: none;
    vertical-align: middle;
    margin-left:10px;
    height:10px;
}

div#ordercontent.view {
    margin: 0 0 20px;
}